php forum
php mysql forum
php mysql smarty
 
Topic Options
#202073 - 01/03/04 04:47 PM [6.7] [beta] ubb.db v3
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Modification Name: ubb.db v3

Author(s): AllenAyres

Description: Adds a plug-n-play file database to your site with ubb authentication.

Demo: http://www.ubbdev.com/ubbcgi/db.cgi

Requirements: ubb.classic™ 6.7

Download Link: http://www.ubbdev.com/ubb/upload/00000494/ubbdb67.zip

Credits: Cal (thank you for permission to distribute laugh )

Credits and Thank yous:
- LK for the majority of the grunt work updating from the v5 series it was written for and adding additional admin features thumbsup
- Mark Badolato for code optimization and putting up with my questions smile
- Charles Capps for code assistance smile
- Burak for code assistance smile
- Clankiller and Wierd Al for bugfixes smile

Install Notes:
- Unzip the file and upload the cgi-bin contents to your ubb cgi directory in ascii, setting permissions to 755. Upload the /uploads folder to your ubb non-cgi directory and set permissions to 777.
- Access your admin at db.cgi?action=admin there are some 'starter' categories in there you can edit.
- A method was added to make using additional file types easir to upload. Line # 282:

Code:
my ($base, $path, $ext) = fileparse($zip, qr{.(zip|txt|jpg)});
Change the (zip|txt|jpg) to add whatever file types you need. For example, to add .gif file, you would change that line to read:
Code:
my ($base, $path, $ext) = fileparse($zip, qr{.(zip|txt|gif|jpg)});
To-Do:
- templates
- better customization features
- continue optimizing code
- breadcrumbs could be better

Changelog:
- to 01/03/2004 - v3 - many bugfixes and updates to 6.7 code
- Nov. 29, 2002 - v2.9 - bugfixes and minor updates (thanks Clankiller)
- Nov. 20, 2002 - v2.8 - removed unused code (thanks Burak smile )
- Nov. 20, 2002 - v2.7 - Added easier method to upload additional file types (thanks Mark smile )
- Nov. 11, 2002 - v2.5 - Wordlets Done
- Oct. 28, 2002 - Initial Update for v6.3+
- Way way back - cal henderson wrote this for ubbcodehackers and ubb v5
_________________________
- Allen wavey
- What Drives You?

Top
#202074 - 01/04/04 12:42 AM Re: [6.7] [beta] ubb.db v3
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
breadcrumbs fixed with wierd al's help smile Zip updated smile
_________________________
- Allen wavey
- What Drives You?

Top
#202075 - 01/05/04 08:49 AM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Does this work for 6.6.1?
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202076 - 01/05/04 09:15 AM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
So I guess the short answer is, "no, it doesn't work with 6.6.1". Can it be ported?

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202077 - 01/05/04 11:41 AM Re: [6.7] [beta] ubb.db v3
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
I haven't tested it with 6.6, but you can. Upload it and see what happens, that's pretty simple tipsy
_________________________
- Allen wavey
- What Drives You?

Top
#202078 - 01/05/04 12:44 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
I should have actually been clearer. I did test it using 6.6.1. Sorry for that mistake. I got some sort of "hash" error... it was looking for something that I hadn't heard of before.

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202079 - 01/05/04 01:15 PM Re: [6.7] [beta] ubb.db v3
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Can you post the error here?
_________________________
- Allen wavey
- What Drives You?

Top
#202080 - 01/05/04 03:03 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Sure.... give me a second to re-install the mod.

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202081 - 01/05/04 03:11 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
PLEASE REMEMBER THAT THIS ERROR IS BEING GENERATED BY 6.6.1, NOT 6.7 BETA:

Software error:
Can't locate object method "TIEHASH" via package "UBB::TiedURL" at /XXX/XXX/cgi-bin/db.cgi line 107.

For help, please send mail to the webmaster (matt.torbin@peigenesis.com), giving this error message and the time and date of the error.

I'm not sure what it means...

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202082 - 01/05/04 03:24 PM Re: [6.7] [beta] ubb.db v3
Charles Capps Offline
Admin Emeritus

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Yeah, then the hack certainly requires 6.7. That error is being generated by the lack of the 6.7 URL generation routines.
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#202083 - 01/05/04 03:36 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Damn... 6.6.1 got totally passed over. frown I guess there's no chance of a port, huh?

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202084 - 01/05/04 03:43 PM Re: [6.7] [beta] ubb.db v3
Charles Capps Offline
Admin Emeritus

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
6.7 is close to going final - I would suggest waiting a week or three and upgrading. wink
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#202085 - 01/05/04 04:00 PM Re: [6.7] [beta] ubb.db v3
Digital Boy Offline
Member

Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
Yeah, that's what I'm thinking too... but all that work... LOL... such is life.

- MT
_________________________
Matt Torbin
Web and Graphic Arts Engineer
Max Levy Autograph, Inc.
http://www.maxlevy.com/

Top
#202086 - 01/05/04 08:47 PM Re: [6.7] [beta] ubb.db v3
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
comment out the line and see what happens smile
_________________________
- Allen wavey
- What Drives You?

Top
#202087 - 01/05/04 09:52 PM Re: [6.7] [beta] ubb.db v3
Charles Capps Offline
Admin Emeritus

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
The URL maker will blow up, which sorta breaks the hack entirely. smile
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
#202088 - 01/05/04 09:59 PM Re: [6.7] [beta] ubb.db v3
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
heheh smile

The old one should still work with 6.6.
_________________________
- Allen wavey
- What Drives You?

Top



Moderator:  Charles, Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks